const github.com/klauspost/compress/zstd.tableFastHashLen

12 uses

	github.com/klauspost/compress/zstd (current package)
		enc_fast.go#L16: 	tableFastHashLen = 6
		enc_fast.go#L124: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L125: 			nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
		enc_fast.go#L257: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L361: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L362: 			nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
		enc_fast.go#L497: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L621: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L622: 			nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
		enc_fast.go#L757: 			nextHash := hashLen(cv, hashLog, tableFastHashLen)
		enc_fast.go#L820: 				nextHash := hashLen(cv, hashLog, tableFastHashLen)     // 0 -> 6
		enc_fast.go#L821: 				nextHash1 := hashLen(cv>>8, hashLog, tableFastHashLen) // 1 -> 7